projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5936ef
)
defs.h: Add function 'waypt_disp_session'.
author
oliskoli
<oliskoli>
Sun, 7 Sep 2008 16:43:52 +0000
(16:43 +0000)
committer
oliskoli
<oliskoli>
Sun, 7 Sep 2008 16:43:52 +0000
(16:43 +0000)
defs.h
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index 5874661d192a6ac6bf77476da880fa48812bd06d..cb2590aaabc4eb8e178416e7cf4bf5074a7575d7 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-529,6
+529,7
@@
waypoint * waypt_new(void);
void waypt_del (waypoint *);
void waypt_free (waypoint *);
void waypt_disp_all(waypt_cb);
+void waypt_disp_session(const session_t *se, waypt_cb cb);
void waypt_init_bounds(bounds *bounds);
int waypt_bounds_valid(bounds *bounds);
void waypt_add_to_bounds(bounds *bounds, const waypoint *waypointp);